home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / miniscrapercaper / miniscrapercaper.swf / scripts / DefineButton2_91 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-02-02  |  105 b   |  6 lines

  1. on(release){
  2.    this.destination = "viewscores";
  3.    _root.snd.playEvent("sndClick",1);
  4.    play();
  5. }
  6.